Class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
java.lang.Object
|
+----org.omg.CosNaming.NamingContextPackage.NotFoundHelper
- public final class NotFoundHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, NotFound)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, NotFound)
-
-
type()
-
__write
public static void __write(OutputStream out,
NotFound that)
__read
public static NotFound __read(InputStream in)
extract
public static NotFound extract(Any a)
insert
public static void insert(Any a,
NotFound that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index